diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2005-08-14 17:15:20 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2005-08-14 17:15:20 +0000 |
commit | 89e22d556d6a3517beebb02c12e4a465dbb4aadf (patch) | |
tree | f4100a056ca43c46245e0370a1ddfce3c6db3701 /lib/libocurses/fullname.c | |
parent | 14c8226bce6edf111430283640cb1449dc5839e9 (diff) |
zap sccsid, okay deraadt@
Diffstat (limited to 'lib/libocurses/fullname.c')
-rw-r--r-- | lib/libocurses/fullname.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libocurses/fullname.c b/lib/libocurses/fullname.c index 1a85767cf2e..7ab2de3827b 100644 --- a/lib/libocurses/fullname.c +++ b/lib/libocurses/fullname.c @@ -1,3 +1,4 @@ +/* $OpenBSD: fullname.c,v 1.3 2005/08/14 17:15:19 espie Exp $ */ /* * Copyright (c) 1981, 1993 * The Regents of the University of California. All rights reserved. @@ -27,10 +28,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static char sccsid[] = "@(#)fullname.c 8.1 (Berkeley) 6/4/93"; -#endif /* not lint */ - /* * fullname -- * This routine fills in "def" with the full name of the terminal. |