diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-08-09 14:40:59 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-08-09 14:40:59 +0000 |
commit | ad5681237553ce3d1d73f5db17532822632c2722 (patch) | |
tree | f627ffc0904cbe0e7686e030713c3afde099005e /pfinet | |
parent | 481d7bd2dd7365f0002e2f713ecc0a62ed20bfdd (diff) |
Formerly kernel.h.~5~
Diffstat (limited to 'pfinet')
-rw-r--r-- | pfinet/linux/kernel.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/pfinet/linux/kernel.h b/pfinet/linux/kernel.h index b3648056..f4859a05 100644 --- a/pfinet/linux/kernel.h +++ b/pfinet/linux/kernel.h @@ -9,11 +9,6 @@ int getname (const char *, char **); void putname (char *); -extern inline int suser () -{ - return current->isroot; -}; - int kill_proc (int, int, int); int kill_pg (int, int, int); |