mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Whitespace and copyright year fixes.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
/* Copyright (C) 2008 Free Software Foundation, Inc.
|
||||
/* Copyright (C) 2008, 2010 Free Software Foundation, Inc.
|
||||
Contributed by Andreas Krebbel <Andreas.Krebbel@de.ibm.com>.
|
||||
This file is part of the GNU C Library.
|
||||
|
||||
@ -31,7 +31,7 @@
|
||||
calls. */
|
||||
#define ALLOCATE_UTMP32_OUT(OUT) \
|
||||
static struct utmp32 *OUT = NULL; \
|
||||
\
|
||||
\
|
||||
if (OUT == NULL) \
|
||||
{ \
|
||||
OUT = malloc (sizeof (struct utmp32)); \
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* Copyright (C) 2008 Free Software Foundation, Inc.
|
||||
/* Copyright (C) 2008, 2010 Free Software Foundation, Inc.
|
||||
Contributed by Andreas Krebbel <Andreas.Krebbel@de.ibm.com>.
|
||||
This file is part of the GNU C Library.
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
calls. */
|
||||
#define ALLOCATE_UTMPX32_OUT(OUT) \
|
||||
static struct utmpx32 *OUT = NULL; \
|
||||
\
|
||||
\
|
||||
if (OUT == NULL) \
|
||||
{ \
|
||||
OUT = malloc (sizeof (struct utmpx32)); \
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* The `struct utmp' type, describing entries in the utmp file. GNU version.
|
||||
Copyright (C) 1993, 1996, 1997, 1998, 1999, 2002, 2008
|
||||
Copyright (C) 1993, 1996, 1997, 1998, 1999, 2002, 2008, 2010
|
||||
Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
|
||||
|
Reference in New Issue
Block a user