(2006-08-06) rescue-bootcd
This commit is contained in:
19
extra/linux-2.6.10/include/linux/uts.h
Normal file
19
extra/linux-2.6.10/include/linux/uts.h
Normal file
@@ -0,0 +1,19 @@
|
||||
#ifndef _LINUX_UTS_H
|
||||
#define _LINUX_UTS_H
|
||||
|
||||
/*
|
||||
* Defines for what uname() should return
|
||||
*/
|
||||
#ifndef UTS_SYSNAME
|
||||
#define UTS_SYSNAME "Linux"
|
||||
#endif
|
||||
|
||||
#ifndef UTS_NODENAME
|
||||
#define UTS_NODENAME "(none)" /* set by sethostname() */
|
||||
#endif
|
||||
|
||||
#ifndef UTS_DOMAINNAME
|
||||
#define UTS_DOMAINNAME "(none)" /* set by setdomainname() */
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user