diff options
author | Peter Wemm <peter@FreeBSD.org> | 1997-02-22 16:15:28 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1997-02-22 16:15:28 +0000 |
commit | 476602a9d0b9041b42a108349dc58a4ca6bf4223 (patch) | |
tree | 38391bfc9e5932559569fed2d8231e23b5bdd0ce /usr.sbin/yppush/yppush_main.c | |
parent | fce15c9ab3ca0f4ffcbe6938087612818d7c7d80 (diff) |
Revert $FreeBSD$ to $Id$
Notes
Notes:
svn path=/head/; revision=22997
Diffstat (limited to 'usr.sbin/yppush/yppush_main.c')
-rw-r--r-- | usr.sbin/yppush/yppush_main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/yppush/yppush_main.c b/usr.sbin/yppush/yppush_main.c index 315681b8c9bc..12a9145dd005 100644 --- a/usr.sbin/yppush/yppush_main.c +++ b/usr.sbin/yppush/yppush_main.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #include <stdio.h> @@ -53,7 +53,7 @@ struct dom_binding {}; #include "yppush_extern.h" #ifndef lint -static const char rcsid[] = "$FreeBSD$"; +static const char rcsid[] = "$Id$"; #endif char *progname = "yppush"; |