From 7e4fba99ed72676e3106d47d9d551c5b94b3ada5 Mon Sep 17 00:00:00 2001 From: drepper Date: Wed, 18 Mar 1998 14:31:06 +0000 Subject: [PATCH] Remove trailing comma in enumerator for strict standard compliance. --- sysdeps/unix/sysv/linux/bits/resource.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sysdeps/unix/sysv/linux/bits/resource.h b/sysdeps/unix/sysv/linux/bits/resource.h index c649217e7e..faa493e7e3 100644 --- a/sysdeps/unix/sysv/linux/bits/resource.h +++ b/sysdeps/unix/sysv/linux/bits/resource.h @@ -1,5 +1,5 @@ /* Bit values & structures for resource limits. Linux version. - Copyright (C) 1994, 1996, 1997 Free Software Foundation, Inc. + Copyright (C) 1994, 1996, 1997, 1998 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -99,7 +99,7 @@ enum __rlimit_resource RLIMIT_NLIMITS = RLIM_NLIMITS, #undef RLIM_NLIMITS - RLIM_NLIMITS = RLIMIT_NLIMITS, + RLIM_NLIMITS = RLIMIT_NLIMITS #define RLIMIT_NLIMITS RLIMIT_NLIMITS #define RLIM_NLIMITS RLIM_NLIMITS }; -- 2.11.0