diff options
Diffstat (limited to 'otherlibs/unix/geteuid.c')
-rw-r--r-- | otherlibs/unix/geteuid.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/otherlibs/unix/geteuid.c b/otherlibs/unix/geteuid.c index e7e8d4c4a..d91f1521c 100644 --- a/otherlibs/unix/geteuid.c +++ b/otherlibs/unix/geteuid.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 "unix.h" |