summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpc.ypupdated/yp_dbupdate.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/rpc.ypupdated/yp_dbupdate.c')
-rw-r--r--usr.sbin/rpc.ypupdated/yp_dbupdate.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/usr.sbin/rpc.ypupdated/yp_dbupdate.c b/usr.sbin/rpc.ypupdated/yp_dbupdate.c
index 5a395bb..db84c77 100644
--- a/usr.sbin/rpc.ypupdated/yp_dbupdate.c
+++ b/usr.sbin/rpc.ypupdated/yp_dbupdate.c
@@ -28,10 +28,13 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id: yp_dbupdate.c,v 1.1 1996/12/26 06:00:13 wpaul Exp $
*/
+#ifndef lint
+static const char rcsid[] =
+ "$Id$";
+#endif /* not lint */
+
#include <sys/fcntl.h>
#include <stdio.h>
@@ -46,10 +49,6 @@ struct dom_binding {};
#include "ypxfr_extern.h"
#include "ypupdated_extern.h"
-#ifndef lint
-static const char rcsid[] = "$Id: yp_dbupdate.c,v 1.1 1996/12/26 06:00:13 wpaul Exp $";
-#endif
-
static int yp_domake(map, domain)
char *map;
char *domain;
OpenPOWER on IntegriCloud