svn commit: r292139 - stable/9/lib/libc/gen

Garrett Cooper ngie at FreeBSD.org
Sun Dec 13 03:38:21 UTC 2015


Author: ngie
Date: Sun Dec 13 03:38:19 2015
New Revision: 292139
URL: https://svnweb.freebsd.org/changeset/base/292139

Log:
  MFstable/10 r292138:
  
  MFC r291979:
  
  Unbreak compiling getnetgrent.c with -DDEBUG after r236402 by adding a
  missing "}"
  
  Sponsored by: EMC / Isilon Storage Division

Modified:
  stable/9/lib/libc/gen/getnetgrent.c
Directory Properties:
  stable/9/   (props changed)
  stable/9/lib/   (props changed)
  stable/9/lib/libc/   (props changed)

Modified: stable/9/lib/libc/gen/getnetgrent.c
==============================================================================
--- stable/9/lib/libc/gen/getnetgrent.c	Sun Dec 13 03:37:29 2015	(r292138)
+++ stable/9/lib/libc/gen/getnetgrent.c	Sun Dec 13 03:38:19 2015	(r292139)
@@ -512,6 +512,7 @@ parse_netgrp(const char *group)
 				    ng[NG_DOM] == NULL ? "" : ",",
 				    ng[NG_DOM] == NULL ? "" : ng[NG_DOM],
 				    lp->l_groupname);
+			}
 #endif
 		} else {
 			spos = strsep(&pos, ", \t");


More information about the svn-src-stable mailing list