diff options
author | kay.sievers@vrfy.org <kay.sievers@vrfy.org> | 2004-10-18 20:51:13 -0700 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 22:02:46 -0700 |
commit | 9cd1b46a138dbdd6c3fad2e23f88e34740b3a054 (patch) | |
tree | f833f5c2529e8cc86465168bf896f3d8d52701aa /klibc_fixups.h | |
parent | 1da6b0d0a71960f49e1ecf8bd9f1bc9e14c2b90e (diff) |
[PATCH] $local user
We once implemented the devfsd feature to set the owner of a device node
to the "local" user. This was before we had the dev.d/ scripts. We discussed
a similar issue with D-BUS recently and this should be better handled depending
on the distributions way to do such a thing.
I'm for removing this here as this can be easily covered by a dev.d/
script.
Here is the patch if nobody objects :)
Diffstat (limited to 'klibc_fixups.h')
-rw-r--r-- | klibc_fixups.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/klibc_fixups.h b/klibc_fixups.h index f6c91cdd94..082105eb8e 100644 --- a/klibc_fixups.h +++ b/klibc_fixups.h @@ -62,10 +62,5 @@ struct utmp char __unused[20]; /* reserved for future use */ }; -struct utmp *getutent(void); -void setutent(void); -void endutent(void); - - #endif /* KLIBC_FIXUPS_H */ #endif /* __KLIBC__ */ |