diff options
Diffstat (limited to 'otherlibs/unix/initgroups.c')
-rw-r--r-- | otherlibs/unix/initgroups.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/otherlibs/unix/initgroups.c b/otherlibs/unix/initgroups.c index df358dae1..d5b3dc568 100644 --- a/otherlibs/unix/initgroups.c +++ b/otherlibs/unix/initgroups.c @@ -1,6 +1,8 @@ /***********************************************************************/ /* */ -/* Objective Caml */ +/* OCaml */ +/* */ +/* Contributed by Stephane Glondu <steph@glondu.net> */ /* */ /* Copyright 2009 Institut National de Recherche en Informatique et */ /* en Automatique. All rights reserved. This file is distributed */ @@ -9,8 +11,6 @@ /* */ /***********************************************************************/ -/* Contributed by Stephane Glondu <steph@glondu.net> */ - /* $Id$ */ #include <mlvalues.h> |