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");
_______________________________________________
svn-src-stable-9@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-9
To unsubscribe, send any mail to "svn-src-stable-9-unsubscr...@freebsd.org"

Reply via email to