Author: ngie
Date: Sun Dec 13 03:37:29 2015
New Revision: 292138
URL: https://svnweb.freebsd.org/changeset/base/292138

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

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

Modified: stable/10/lib/libc/gen/getnetgrent.c
==============================================================================
--- stable/10/lib/libc/gen/getnetgrent.c        Sun Dec 13 03:35:54 2015        
(r292137)
+++ stable/10/lib/libc/gen/getnetgrent.c        Sun Dec 13 03:37:29 2015        
(r292138)
@@ -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");
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10
To unsubscribe, send any mail to "[email protected]"

Reply via email to