diff options
Diffstat (limited to 'usr.bin/size/size.c')
-rw-r--r-- | usr.bin/size/size.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/size/size.c b/usr.bin/size/size.c index 676e70555df..bd47d1f72f8 100644 --- a/usr.bin/size/size.c +++ b/usr.bin/size/size.c @@ -1,3 +1,4 @@ +/* $OpenBSD: size.c,v 1.3 1996/06/26 05:39:18 deraadt Exp $ */ /* $NetBSD: size.c,v 1.7 1996/01/14 23:07:12 pk Exp $ */ /* @@ -43,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)size.c 8.2 (Berkeley) 12/9/93"; #endif -static char rcsid[] = "$NetBSD: size.c,v 1.7 1996/01/14 23:07:12 pk Exp $"; +static char rcsid[] = "$OpenBSD: size.c,v 1.3 1996/06/26 05:39:18 deraadt Exp $"; #endif /* not lint */ #include <sys/param.h> |