diff options
Diffstat (limited to 'lib/libedit/sig.c')
-rw-r--r-- | lib/libedit/sig.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/libedit/sig.c b/lib/libedit/sig.c index 94ab4bb8380..e0bb91bfd70 100644 --- a/lib/libedit/sig.c +++ b/lib/libedit/sig.c @@ -1,3 +1,5 @@ +/* $OpenBSD: sig.c,v 1.2 1997/01/16 05:18:45 millert Exp $ */ + /*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -35,7 +37,11 @@ */ #if !defined(lint) && !defined(SCCSID) +#if 0 static char sccsid[] = "@(#)sig.c 8.1 (Berkeley) 6/4/93"; +#else +static char rcsid[] = "$OpenBSD: sig.c,v 1.2 1997/01/16 05:18:45 millert Exp $"; +#endif #endif /* not lint && not SCCSID */ /* |