2007-08-06 Simon Josefsson <simon@josefsson.org>
[gnulib.git] / lib / getgroups.c
index 084d1f8..615bd4f 100644 (file)
@@ -1,5 +1,6 @@
 /* provide consistent interface to getgroups for systems that don't allow N==0
-   Copyright (C) 1996, 1999, 2003 Free Software Foundation, Inc.
+
+   Copyright (C) 1996, 1999, 2003, 2006 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -18,6 +19,7 @@
 /* written by Jim Meyering */
 
 #include <config.h>
+
 #include <stdio.h>
 #include <sys/types.h>
 #include <errno.h>