From 6cb119c6d702b4309a4839cbb3a1fdf9d4974901 Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Wed, 31 Jan 2001 00:56:34 +0000 Subject: [PATCH] remove no-longer-necessary xqm_quotactl prototype. --- include/xqm.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/xqm.h b/include/xqm.h index a8cc55823..d4390389c 100644 --- a/include/xqm.h +++ b/include/xqm.h @@ -158,9 +158,4 @@ typedef struct fs_quota_stat { __u16 qs_iwarnlimit; /* limit for num warnings */ } fs_quota_stat_t; - -#ifdef __KERNEL__ -extern int xqm_quotactl(int, const char *, int, caddr_t); -#endif - #endif /* __XQM_H__ */ -- 2.47.2