diff options
Diffstat (limited to 'config/auto-aux/setgroups.c')
-rw-r--r-- | config/auto-aux/setgroups.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/auto-aux/setgroups.c b/config/auto-aux/setgroups.c index 5cfe49c08..63ac1b8c3 100644 --- a/config/auto-aux/setgroups.c +++ b/config/auto-aux/setgroups.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> |