summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>1998-06-10 04:24:21 +0000
committerjdp <jdp@FreeBSD.org>1998-06-10 04:24:21 +0000
commitaa1c40519a99461008e57eb85b0d52a508042021 (patch)
tree84b14998ad2255d5bc47ef2c92688a0c98ac9589 /lib/libc/gen
parent63968d2c6e26ff4c0e954bb004613affe70fa7f7 (diff)
downloadFreeBSD-src-aa1c40519a99461008e57eb85b0d52a508042021.zip
FreeBSD-src-aa1c40519a99461008e57eb85b0d52a508042021.tar.gz
This is a null commit to log the fact that I have done a repository
copy to bring these files into libc from libcompat. I will enable them and kill off the libcompat versions on the main branch soon. PR: step one toward closing misc/6763
Diffstat (limited to 'lib/libc/gen')
-rw-r--r--lib/libc/gen/ftok.32
-rw-r--r--lib/libc/gen/ftok.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/ftok.3 b/lib/libc/gen/ftok.3
index 180380d..b0a8a23 100644
--- a/lib/libc/gen/ftok.3
+++ b/lib/libc/gen/ftok.3
@@ -23,7 +23,7 @@
.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
.\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id: ftok.3,v 1.8 1997/03/19 00:58:07 bde Exp $
+.\" $Id: ftok.3,v 1.9 1998/03/19 07:33:54 charnier Exp $
.Dd June 24, 1994
.Os
.Dt ftok 3
diff --git a/lib/libc/gen/ftok.c b/lib/libc/gen/ftok.c
index 4f59725..7942f82 100644
--- a/lib/libc/gen/ftok.c
+++ b/lib/libc/gen/ftok.c
@@ -26,7 +26,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-static char *rcsid = "$Id$";
+static char *rcsid = "$Id: ftok.c,v 1.3 1997/02/22 15:06:10 peter Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>
OpenPOWER on IntegriCloud