File:  [Early Linux] / linux / include / sys / utsname.h
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 18:03:02 2018 UTC (8 years, 3 months ago) by root
Branches: linus, MAIN
CVS tags: linux096a, linux095c, linux095a, linux095, linux012, HEAD
linux 0.12

#ifndef _SYS_UTSNAME_H
#define _SYS_UTSNAME_H

#include <sys/types.h>
#include <sys/param.h>

struct utsname {
	char sysname[9];
	char nodename[MAXHOSTNAMELEN+1];
	char release[9];
	char version[9];
	char machine[9];
};

extern int uname(struct utsname * utsbuf);

#endif

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.