diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1997-02-22 15:28:58 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1997-02-22 15:28:58 +0000 |
| commit | 2f4706e95c959e4bc9c43ce8db54d5b351ea3817 (patch) | |
| tree | 32fa56121f529a365ccaa5dc8b3184e2e25a5e51 /gnu/libexec/uucp/libuucp | |
| parent | 8988623bce2208336183c30c3b259ec657ab626f (diff) | |
Notes
Diffstat (limited to 'gnu/libexec/uucp/libuucp')
| -rw-r--r-- | gnu/libexec/uucp/libuucp/Makefile | 2 | ||||
| -rw-r--r-- | gnu/libexec/uucp/libuucp/parse.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gnu/libexec/uucp/libuucp/Makefile b/gnu/libexec/uucp/libuucp/Makefile index 3c4c5e94ef8f..88ca27aa4fb6 100644 --- a/gnu/libexec/uucp/libuucp/Makefile +++ b/gnu/libexec/uucp/libuucp/Makefile @@ -1,5 +1,5 @@ # This is the Makefile for the libuucp subdirectory of Taylor UUCP -# $FreeBSD$ +# $Id$ LIB= uucp SRCS = buffer.c crc.c debug.c escape.c getopt.c getop1.c parse.c spool.c \ diff --git a/gnu/libexec/uucp/libuucp/parse.c b/gnu/libexec/uucp/libuucp/parse.c index d955e416f0cd..110c00ac0402 100644 --- a/gnu/libexec/uucp/libuucp/parse.c +++ b/gnu/libexec/uucp/libuucp/parse.c @@ -26,7 +26,7 @@ #include "uucp.h" #if USE_RCS_ID -const char parse_rcsid[] = "$FreeBSD$"; +const char parse_rcsid[] = "$Id$"; #endif #include "uudefs.h" |
