Author: ngie
Date: Thu Jun  1 06:42:20 2017
New Revision: 319386
URL: https://svnweb.freebsd.org/changeset/base/319386

Log:
  MFC r318437:
  
  Revert local changes to find_progenv accidentally committed in r318436
  
  MFC with:     r318436

Modified:
  stable/10/usr.bin/getconf/getconf.h
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/usr.bin/getconf/getconf.h
==============================================================================
--- stable/10/usr.bin/getconf/getconf.h Thu Jun  1 06:41:27 2017        
(r319385)
+++ stable/10/usr.bin/getconf/getconf.h Thu Jun  1 06:42:20 2017        
(r319386)
@@ -36,15 +36,8 @@ typedef long long intmax_t;
 #include <inttypes.h>
 #endif
 
-typedef enum {
-       PROG_ENV_VALID_NO_ALT_PATH = -1,
-       PROG_ENV_INVALID = 0,
-       PROG_ENV_VALID_HAS_ALT_PATH = 1,
-       PROG_ENV_UNKNOWN = 2,
-} prog_env_validity;
-
 int    find_confstr(const char *name, int *key);
 int    find_limit(const char *name, intmax_t *value);
 int    find_pathconf(const char *name, int *key);
-prog_env_validity      find_progenv(const char *name, const char **alt_path);
+int    find_progenv(const char *name, const char **alt_path);
 int    find_sysconf(const char *name, int *key);
_______________________________________________
[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