diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-07-25 09:47:23 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-07-25 09:47:23 +0000 |
commit | 662855b98ccc9e0318cc42f958d3281668ed4b17 (patch) | |
tree | b292591a85dae5bf4a210e3e5e9e4db60320c3b5 /libexec/identd | |
parent | 619dcbfbd09087df14d79ce9bce6ec10f9d43067 (diff) |
mv to openbsd.c
Diffstat (limited to 'libexec/identd')
-rw-r--r-- | libexec/identd/Makefile | 4 | ||||
-rw-r--r-- | libexec/identd/openbsd.c (renamed from libexec/identd/netbsd.c) | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/libexec/identd/Makefile b/libexec/identd/Makefile index 67f2148ce72..9b52864a881 100644 --- a/libexec/identd/Makefile +++ b/libexec/identd/Makefile @@ -1,7 +1,7 @@ -# $Id: Makefile,v 1.1 1995/10/18 08:43:17 deraadt Exp $ +# $Id: Makefile,v 1.2 1996/07/25 09:47:18 deraadt Exp $ PROG= identd -SRCS= config.c identd.c netbsd.c parse.c proxy.c version.c +SRCS= config.c identd.c openbsd.c parse.c proxy.c version.c MAN= identd.8 LDADD= -lkvm diff --git a/libexec/identd/netbsd.c b/libexec/identd/openbsd.c index 41839e0361c..acd4b212e9c 100644 --- a/libexec/identd/netbsd.c +++ b/libexec/identd/openbsd.c @@ -1,5 +1,5 @@ /* -** $Id: netbsd.c,v 1.1 1995/10/18 08:43:18 deraadt Exp $ +** $Id: openbsd.c,v 1.1 1996/07/25 09:47:22 deraadt Exp $ ** ** netbsd.c Low level kernel access functions for NetBSD ** |