aboutsummaryrefslogtreecommitdiff
path: root/port/pidfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'port/pidfile.c')
-rw-r--r--port/pidfile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/port/pidfile.c b/port/pidfile.c
index 4deb2349d20a..bb4d9dd0ddf8 100644
--- a/port/pidfile.c
+++ b/port/pidfile.c
@@ -1,4 +1,4 @@
-/* $NetBSD: pidfile.c,v 1.2 2016/04/05 12:28:57 christos Exp $ */
+/* $NetBSD: pidfile.c,v 1.1 2015/01/22 16:19:53 christos Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: pidfile.c,v 1.2 2016/04/05 12:28:57 christos Exp $");
+__RCSID("$NetBSD: pidfile.c,v 1.1 2015/01/22 16:19:53 christos Exp $");
#endif
#include <sys/param.h>