diff options
Diffstat (limited to 'config/auto-aux/initgroups.c')
-rw-r--r-- | config/auto-aux/initgroups.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/auto-aux/initgroups.c b/config/auto-aux/initgroups.c index b6e0ffbdf..7b9c23983 100644 --- a/config/auto-aux/initgroups.c +++ b/config/auto-aux/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 <errno.h> |