summaryrefslogtreecommitdiffstats
path: root/fs/ufs/ufs_symlink.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ufs/ufs_symlink.c')
-rw-r--r--fs/ufs/ufs_symlink.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ufs/ufs_symlink.c b/fs/ufs/ufs_symlink.c
index 35322983e..13d2285e6 100644
--- a/fs/ufs/ufs_symlink.c
+++ b/fs/ufs/ufs_symlink.c
@@ -6,7 +6,7 @@
* Laboratory for Computer Science Research Computing Facility
* Rutgers, The State University of New Jersey
*
- * $Id: ufs_symlink.c,v 1.5 1996/05/19 03:55:56 krioles Exp $
+ * $Id: ufs_symlink.c,v 1.7 1997/01/26 07:14:29 davem Exp $
*
*/
@@ -139,7 +139,7 @@ static struct file_operations ufs_symlink_operations = {
NULL, /* read */
NULL, /* write */
NULL, /* readdir */
- NULL, /* select */
+ NULL, /* poll */
NULL, /* ioctl */
NULL, /* mmap */
NULL, /* open */