From 2a5a899a55fd2bce10efd01c75a4bec5285aa46c Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 15 Apr 1999 18:10:10 +0000 Subject: zsh-3.1.5-pws-4 --- Src/Modules/cap.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'Src/Modules/cap.c') diff --git a/Src/Modules/cap.c b/Src/Modules/cap.c index 008b6932d..dfeca86ad 100644 --- a/Src/Modules/cap.c +++ b/Src/Modules/cap.c @@ -122,6 +122,13 @@ static struct builtin bintab[] = { BUILTIN("setcap", 0, bin_setcap, 2, -1, 0, NULL, NULL), }; +/**/ +int +setup_cap(Module m) +{ + return 0; +} + /**/ int boot_cap(Module m) @@ -138,4 +145,12 @@ cleanup_cap(Module m) deletebuiltins(m->nam, bintab, sizeof(bintab)/sizeof(*bintab)); return 0; } + +/**/ +int +finish_cap(Module m) +{ + return 0; +} + #endif -- cgit 1.4.1