diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2003-04-30 17:40:28 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-04-30 17:40:28 +0000 |
| commit | 0d22cdf04056b44e1f7f658bf38b91356899eded (patch) | |
| tree | c04939af2d1c3d53489c40a137064e587dc77037 | |
| parent | 9be6d929b1239792187affb564606d030d079033 (diff) | |
Notes
| -rw-r--r-- | bin/cat/cat.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/cat/cat.c b/bin/cat/cat.c index f22e4db42f54..396c383bd7be 100644 --- a/bin/cat/cat.c +++ b/bin/cat/cat.c @@ -34,11 +34,13 @@ * SUCH DAMAGE. */ +#if 0 #ifndef lint static char const copyright[] = "@(#) Copyright (c) 1989, 1993\n\ The Regents of the University of California. All rights reserved.\n"; #endif /* not lint */ +#endif #ifndef lint #if 0 |
