From fcb5d5ae90ae9d5319a3e4b7aed2c751e1dfaadf Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Fri, 21 Jan 2005 22:12:48 +0000 Subject: [PATCH] syscall-stub.h is gone; don't #include it. --- src/lib/user/syscall.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/user/syscall.c b/src/lib/user/syscall.c index c92c812..aaeb109 100644 --- a/src/lib/user/syscall.c +++ b/src/lib/user/syscall.c @@ -1,5 +1,4 @@ #include -#include "syscall-stub.h" #include "../syscall-nr.h" /* Invokes syscall NUMBER, passing no arguments, and returns the -- 2.30.2