bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] dead files - file_invoke_translator


From: Neal H Walfield
Subject: [PATCH] dead files - file_invoke_translator
Date: Sun, 10 Jun 2001 23:03:15 -0500
User-agent: Mutt/1.3.18i

file_invoke_translator, a former member of the filesystem protocol,
apparently does not exist anymore, however, both libtrivfs and libdiskfs
have code to implement this function.  Please apply this patch and
remove the files libdiskfs/file-inv-trans.c and libtrivfs/file-inv.c
from CVS.

2001-06-10  Neal H Walfield  <neal@cs.uml.edu>

        * file-inv-trans.c: Remove this file, function no longer
        exists.
        * Makefile (FSSRCS): Remove reference to file-inv-trans.c.

2001-06-10  Neal H Walfield  <neal@cs.uml.edu>

        * file-inv.c: Remove this file, function no longer exists.
        * Makefile (FSSRCS): Remove reference to file-inv.c.


Index: libdiskfs/Makefile
===================================================================
RCS file: /home/neal/cvs/hurd/libdiskfs/Makefile,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Makefile
--- libdiskfs/Makefile  2001/06/03 20:53:19     1.1.1.1
+++ libdiskfs/Makefile  2001/06/11 03:56:00
@@ -1,5 +1,5 @@
 #
-#   Copyright (C) 1994,95,96,97,98,99,2000, 2001 Free Software Foundation, Inc.
+#   Copyright (C) 1994,95,96,97,98,99,2000,01 Free Software Foundation, Inc.
 #
 #   This program is free software; you can redistribute it and/or
 #   modify it under the terms of the GNU General Public License as
@@ -24,7 +24,7 @@
        file-access.c file-chauthor.c file-chflags.c file-chg.c \
        file-chmod.c file-chown.c file-exec.c file-get-fs-opts.c \
        file-get-trans.c file-get-transcntl.c file-getcontrol.c \
-       file-getfh.c file-getlinknode.c file-inv-trans.c file-lock-stat.c \
+       file-getfh.c file-getlinknode.c file-lock-stat.c \
        file-lock.c file-set-size.c file-set-trans.c file-statfs.c \
        file-sync.c file-syncfs.c file-utimes.c file-reparent.c
 IOSRCS= io-async-icky.c io-async.c io-duplicate.c io-get-conch.c io-revoke.c \
Index: libtrivfs/Makefile
===================================================================
RCS file: /home/neal/cvs/hurd/libtrivfs/Makefile,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Makefile
--- libtrivfs/Makefile  2001/06/03 20:53:20     1.1.1.1
+++ libtrivfs/Makefile  2001/06/11 03:56:01
@@ -1,5 +1,5 @@
 # 
-#   Copyright (C) 1994, 1995, 1996, 1997, 1999 Free Software Foundation
+#   Copyright (C) 1994,95,96,97,99,2001 Free Software Foundation
 #
 #   This program is free software; you can redistribute it and/or
 #   modify it under the terms of the GNU General Public License as
@@ -24,7 +24,7 @@
        file-get-transcntl.c file-getcontrol.c file-getfh.c \
        file-getlinknode.c file-lock.c file-set-trans.c file-statfs.c \
        file-sync.c file-syncfs.c file-set-size.c file-utimes.c file-exec.c \
-       file-access.c dir-chg.c file-chg.c file-inv.c file-get-storage-info.c \
+       file-access.c dir-chg.c file-chg.c file-get-storage-info.c \
        file-get-fs-options.c file-reparent.c
 
 IOSRCS=io-async-icky.c io-async.c io-duplicate.c io-map.c io-modes-get.c \

Attachment: pgpTjsQuzeK6a.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]