[BACK]Return to getent.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / getent

Diff for /src/usr.bin/getent/getent.c between version 1.11 and 1.12

version 1.11, 2015/10/10 14:33:02 version 1.12, 2015/10/10 21:50:05
Line 79 
Line 79 
         const char      *pledge;          const char      *pledge;
 } databases[] = {  } databases[] = {
         {       "ethers",       ethers,         "stdio rpath"   },          {       "ethers",       ethers,         "stdio rpath"   },
         {       "group",        group,          "stdio rpath"   },          {       "group",        group,          "stdio getpw"   },
         {       "hosts",        hosts,          "stdio dns"     },          {       "hosts",        hosts,          "stdio dns"     },
         {       "passwd",       passwd,         "stdio rpath"   },          {       "passwd",       passwd,         "stdio getpw"   },
         {       "protocols",    protocols,      "stdio rpath"   },          {       "protocols",    protocols,      "stdio rpath"   },
         {       "rpc",          rpc,            "stdio rpath"   },          {       "rpc",          rpc,            "stdio rpath"   },
         {       "services",     services,       "stdio rpath"   },          {       "services",     services,       "stdio rpath"   },

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12