[BACK]Return to wordexp.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / include

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/include/wordexp.h between version 1.1 and 1.2

version 1.1, 2004/07/13 15:42:03 version 1.2, 2008/04/01 19:23:28
Line 67  typedef struct {
Line 67  typedef struct {
 #define WRDE_BADVAL     2               /* undefined variable */  #define WRDE_BADVAL     2               /* undefined variable */
 #define WRDE_CMDSUB     3               /* command substitution not allowed */  #define WRDE_CMDSUB     3               /* command substitution not allowed */
 #define WRDE_NOSPACE    4               /* no memory for result */  #define WRDE_NOSPACE    4               /* no memory for result */
 #if (_XOPEN_SOURCE - 0) >= 4 || defined(_NETBSD_SOURCE)  #if defined(_XOPEN_SOURCE) || defined(_NETBSD_SOURCE)
 #define WRDE_NOSYS      5               /* obsolete, reserved */  #define WRDE_NOSYS      5               /* obsolete, reserved */
 #endif  #endif
 #define WRDE_SYNTAX     6               /* shell syntax error */  #define WRDE_SYNTAX     6               /* shell syntax error */

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb <webmaster@jp.NetBSD.org>