diff options
Diffstat (limited to 'otherlibs/unix/getserv.c')
-rw-r--r-- | otherlibs/unix/getserv.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/otherlibs/unix/getserv.c b/otherlibs/unix/getserv.c index 0d2534a61..11da23153 100644 --- a/otherlibs/unix/getserv.c +++ b/otherlibs/unix/getserv.c @@ -1,3 +1,16 @@ +/***********************************************************************/ +/* */ +/* Caml Special Light */ +/* */ +/* Xavier Leroy, projet Cristal, INRIA Rocquencourt */ +/* */ +/* Copyright 1995 Institut National de Recherche en Informatique et */ +/* Automatique. Distributed only by permission. */ +/* */ +/***********************************************************************/ + +/* $Id$ */ + #include <mlvalues.h> #include <alloc.h> #include <memory.h> |