diff options
Diffstat (limited to 'usr.bin/from/from.c')
-rw-r--r-- | usr.bin/from/from.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/from/from.c b/usr.bin/from/from.c index e4e6c10f9a5..ba42ae9773f 100644 --- a/usr.bin/from/from.c +++ b/usr.bin/from/from.c @@ -1,3 +1,4 @@ +/* $OpenBSD: from.c,v 1.2 1996/06/26 05:33:27 deraadt Exp $ */ /* $NetBSD: from.c,v 1.6 1995/09/01 01:39:10 jtc Exp $ */ /* @@ -43,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)from.c 8.1 (Berkeley) 6/6/93"; #endif -static char rcsid[] = "$NetBSD: from.c,v 1.6 1995/09/01 01:39:10 jtc Exp $"; +static char rcsid[] = "$OpenBSD: from.c,v 1.2 1996/06/26 05:33:27 deraadt Exp $"; #endif /* not lint */ #include <sys/types.h> |