Module Name: src
Committed By: chuck
Date: Tue Feb 1 21:00:25 UTC 2011
Modified Files:
src/usr.sbin/ypserv/ypserv: ypserv_db.c
Log Message:
remove no-longer-valid wustl email address for me.
no functional change with this commit.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/usr.sbin/ypserv/ypserv/ypserv_db.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/ypserv/ypserv/ypserv_db.c
diff -u src/usr.sbin/ypserv/ypserv/ypserv_db.c:1.21 src/usr.sbin/ypserv/ypserv/ypserv_db.c:1.22
--- src/usr.sbin/ypserv/ypserv/ypserv_db.c:1.21 Mon Oct 19 23:25:43 2009
+++ src/usr.sbin/ypserv/ypserv/ypserv_db.c Tue Feb 1 21:00:25 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: ypserv_db.c,v 1.21 2009/10/19 23:25:43 snj Exp $ */
+/* $NetBSD: ypserv_db.c,v 1.22 2011/02/01 21:00:25 chuck Exp $ */
/*
* Copyright (c) 1994 Mats O Jansson <[email protected]>
@@ -29,12 +29,12 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: ypserv_db.c,v 1.21 2009/10/19 23:25:43 snj Exp $");
+__RCSID("$NetBSD: ypserv_db.c,v 1.22 2011/02/01 21:00:25 chuck Exp $");
#endif
/*
* major revision/cleanup of Mats' version done by
- * Chuck Cranor <[email protected]> Jan 1996.
+ * Chuck Cranor <chuck@netbsd> Jan 1996.
*/
#include <sys/types.h>