1 /* This is for the 'uname' program. */
2 #define UNAME_UNAME 1
3
4 /* This is for the 'arch' program. */
5 #define UNAME_ARCH 2
6
7 extern int uname_mode;
1 /* This is for the 'uname' program. */
2 #define UNAME_UNAME 1
3
4 /* This is for the 'arch' program. */
5 #define UNAME_ARCH 2
6
7 extern int uname_mode;