Annotation of Gnu-Mach/linux/dev/init/version.c, revision 1.1

1.1     ! root        1: /*
        !             2:  *  linux/version.c
        !             3:  *
        !             4:  *  Copyright (C) 1992  Theodore Ts'o
        !             5:  *
        !             6:  *  May be freely distributed as part of Linux.
        !             7:  */
        !             8: 
        !             9: #define MACH_INCLUDE
        !            10: #include <linux/config.h>
        !            11: #include <linux/utsname.h>
        !            12: #include <linux/version.h>
        !            13: #include <linux/compile.h>
        !            14: 
        !            15: /* make the "checkconfig" script happy: we really need to include config.h */
        !            16: #ifdef CONFIG_BOGUS
        !            17: #endif
        !            18: 
        !            19: #define version(a) Version_ ## a
        !            20: #define version_string(a) version(a)
        !            21: 
        !            22: int version_string (LINUX_VERSION_CODE) = 0;
        !            23: 
        !            24: struct new_utsname system_utsname =
        !            25: {
        !            26:   UTS_SYSNAME, UTS_NODENAME, UTS_RELEASE, UTS_VERSION,
        !            27:   UTS_MACHINE, UTS_DOMAINNAME
        !            28: };
        !            29: 
        !            30: const char *linux_banner =
        !            31: "Linux version " UTS_RELEASE " (" LINUX_COMPILE_BY "@"
        !            32: LINUX_COMPILE_HOST ") (" LINUX_COMPILER ") " UTS_VERSION "\n";

unix.superglobalmegacorp.com

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