Compare commits

..

No commits in common. 'master' and '123' have entirely different histories.
master ... 123

@ -3,7 +3,7 @@
*
* (C) 1991 Linus Torvalds
*/
//
/* bitmap.c contains the code that handles the inode and block bitmaps */
#include <string.h>

@ -7,7 +7,7 @@
/*
* #!-checking implemented by tytso.
*/
//
/*
* Demand-loading implemented 01.12.91 - no need to read anything but
* the header into memory. The inode of the executable is put into

@ -7,7 +7,7 @@
/*
* Some corrections by tytso.
*/
//
#include <linux/sched.h>
#include <linux/kernel.h>
#include <asm/segment.h>

@ -4,7 +4,7 @@
#define TTY_BUF_SIZE 1024
/* 0x54 is just a magic number to make these relatively uniqe ('T') */
//
#define TCGETS 0x5401
#define TCSETS 0x5402
#define TCSETSW 0x5403

@ -9,7 +9,7 @@
#define _POSIX_VDISABLE '\0' /* character to disable things like ^C */
/*#define _POSIX_SAVED_IDS */ /* we'll get to this yet */
/*#define _POSIX_JOB_CONTROL */ /* we aren't there quite yet. Soon hopefully */
//
#define STDIN_FILENO 0
#define STDOUT_FILENO 1
#define STDERR_FILENO 2

@ -3,7 +3,7 @@
*
* (C) 1991 Linus Torvalds
*/
//
#include <errno.h>
#include <linux/sched.h>

Loading…
Cancel
Save