diff options
author | peter <peter@FreeBSD.org> | 1997-02-22 15:28:58 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-02-22 15:28:58 +0000 |
commit | 6bdaa5c8024401e41377a4d5fe84d9dfc88ca081 (patch) | |
tree | 32fa56121f529a365ccaa5dc8b3184e2e25a5e51 /gnu/libexec/uucp/uux/uux.c | |
parent | 03a8e149639061604ac9c1b788f6481e0238b58e (diff) | |
download | FreeBSD-src-6bdaa5c8024401e41377a4d5fe84d9dfc88ca081.zip FreeBSD-src-6bdaa5c8024401e41377a4d5fe84d9dfc88ca081.tar.gz |
Revert $FreeBSD$ to $Id$
Diffstat (limited to 'gnu/libexec/uucp/uux/uux.c')
-rw-r--r-- | gnu/libexec/uucp/uux/uux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/libexec/uucp/uux/uux.c b/gnu/libexec/uucp/uux/uux.c index 069e9d6..cb7cdac 100644 --- a/gnu/libexec/uucp/uux/uux.c +++ b/gnu/libexec/uucp/uux/uux.c @@ -26,7 +26,7 @@ #include "uucp.h" #if USE_RCS_ID -const char uux_rcsid[] = "$FreeBSD$"; +const char uux_rcsid[] = "$Id$"; #endif #include "uudefs.h" |