Al's no-double-empty-lines crusade

This commit is contained in:
Ben Gras
2005-08-22 15:08:27 +00:00
parent 72fbaa659b
commit a17d7c827b
50 changed files with 0 additions and 275 deletions

View File

@@ -55,8 +55,6 @@ char *argv[];
return(-1); /* impossible */
}
void test6a()
{
/* Test sbrk() and brk(). */
@@ -107,7 +105,6 @@ void test6a()
if (sbrk(0) != addr) e(12);
}
void test6b()
{
int i, err;
@@ -121,8 +118,6 @@ void test6b()
kill(getpid(), SIGQUIT);
}
void test6c()
{
/* Test mknod, chdir, chmod, chown, access. */