diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2003-05-03 19:44:46 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-05-03 19:44:46 +0000 |
| commit | ebe901b4decf4e571dcc1c795b5c2df5a52ec12e (patch) | |
| tree | 7ddfd1e9073a845b21ff0f412206ad1d2061649e /usr.bin/nohup | |
| parent | ce0d74671b897cc0eb0cb7fcf6e57adee3e1ce2c (diff) | |
Notes
Diffstat (limited to 'usr.bin/nohup')
| -rw-r--r-- | usr.bin/nohup/nohup.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/nohup/nohup.c b/usr.bin/nohup/nohup.c index fbb9754303e0..06f22445771d 100644 --- a/usr.bin/nohup/nohup.c +++ b/usr.bin/nohup/nohup.c @@ -31,6 +31,7 @@ * SUCH DAMAGE. */ +#if 0 #ifndef lint static const char copyright[] = "@(#) Copyright (c) 1989, 1993\n\ @@ -38,12 +39,11 @@ static const char copyright[] = #endif /* not lint */ #ifndef lint -#if 0 static char sccsid[] = "@(#)nohup.c 8.1 (Berkeley) 6/6/93"; -#endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <sys/param.h> #include <sys/stat.h> |
