From 2ed0e2435939c8199abd3578a3a4991c5a7d5ca8 Mon Sep 17 00:00:00 2001
From: Guy Martin <gmsoft@tuxicoman.be>
Date: Wed, 21 Feb 2007 15:32:57 +0000
Subject: [PARISC] Add missing statfs64 and fstatfs64 syscalls

Signed-off-by: Guy Martin <gmsoft@tuxicoman.be>
---
 arch/parisc/kernel/syscall_table.S | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'arch/parisc')

diff --git a/arch/parisc/kernel/syscall_table.S b/arch/parisc/kernel/syscall_table.S
index 9c2d5d8f116b..7d665de6bd04 100644
--- a/arch/parisc/kernel/syscall_table.S
+++ b/arch/parisc/kernel/syscall_table.S
@@ -403,5 +403,7 @@
 	ENTRY_COMP(move_pages)		/* 295 */
 	ENTRY_SAME(getcpu)
 	ENTRY_SAME(epoll_pwait)
+	ENTRY_COMP(statfs64)
+	ENTRY_COMP(fstatfs64)
 	/* Nothing yet */
 
-- 
cgit v1.2.3