summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/semctl.c
diff options
context:
space:
mode:
authortholo <tholo@openbsd.org>1997-04-26 08:50:12 +0000
committertholo <tholo@openbsd.org>1997-04-26 08:50:12 +0000
commit2f1d1dba38610310c5b0a2d326930f6dd474fccf (patch)
tree2e2b1f9dca6b462db64b301439332451ea228a69 /lib/libc/sys/semctl.c
parentAdd $OpenBSD$ tags (diff)
downloadwireguard-openbsd-2f1d1dba38610310c5b0a2d326930f6dd474fccf.tar.xz
wireguard-openbsd-2f1d1dba38610310c5b0a2d326930f6dd474fccf.zip
Use SYSLIBC_SCCS; these are syscalls
Diffstat (limited to 'lib/libc/sys/semctl.c')
-rw-r--r--lib/libc/sys/semctl.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/semctl.c b/lib/libc/sys/semctl.c
index 79d56efadff..a5529b5fbf5 100644
--- a/lib/libc/sys/semctl.c
+++ b/lib/libc/sys/semctl.c
@@ -29,9 +29,9 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$OpenBSD: semctl.c,v 1.2 1996/08/19 08:34:33 tholo Exp $";
-#endif /* LIBC_SCCS and not lint */
+#if defined(SYSLIBC_SCCS) && !defined(lint)
+static char rcsid[] = "$OpenBSD: semctl.c,v 1.3 1997/04/26 08:50:13 tholo Exp $";
+#endif /* SYSLIBC_SCCS and not lint */
#include <sys/types.h>
#include <sys/ipc.h>