diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-06-16 02:21:58 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-06-16 02:21:58 +0000 |
commit | e42347284e21c5295f7de3e91e5b198b3e150d95 (patch) | |
tree | 89c046acc116287da755367e61a31045dded1494 /usr.bin/sort/tmp.c | |
parent | fe86e3771c413df8eecb39530c3a1412236d67e9 (diff) |
Cosmetic cleanup, mostly KNF.
Diffstat (limited to 'usr.bin/sort/tmp.c')
-rw-r--r-- | usr.bin/sort/tmp.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/sort/tmp.c b/usr.bin/sort/tmp.c index a5ca2347f71..58d5a91314f 100644 --- a/usr.bin/sort/tmp.c +++ b/usr.bin/sort/tmp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tmp.c,v 1.1 1997/01/20 19:39:57 millert Exp $ */ +/* $OpenBSD: tmp.c,v 1.2 1997/06/16 02:21:57 millert Exp $ */ /*- * Copyright (c) 1993 @@ -40,7 +40,7 @@ #if 0 static char sccsid[] = "@(#)tmp.c 8.1 (Berkeley) 6/6/93"; #else -static char rcsid[] = "$OpenBSD: tmp.c,v 1.1 1997/01/20 19:39:57 millert Exp $"; +static char rcsid[] = "$OpenBSD: tmp.c,v 1.2 1997/06/16 02:21:57 millert Exp $"; #endif #endif /* not lint */ @@ -58,7 +58,7 @@ static char rcsid[] = "$OpenBSD: tmp.c,v 1.1 1997/01/20 19:39:57 millert Exp $"; #include "sort.h" #include "pathnames.h" -#define _NAME_TMP "sort.XXXXXXXX" +#define _NAME_TMP "sort.XXXXXXXXXX" FILE * ftmp() |