aboutsummaryrefslogtreecommitdiff
path: root/bin/pax/cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/pax/cache.c')
-rw-r--r--bin/pax/cache.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/bin/pax/cache.c b/bin/pax/cache.c
index b2a23e16241a..36a1e8747da0 100644
--- a/bin/pax/cache.c
+++ b/bin/pax/cache.c
@@ -33,12 +33,14 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id: cache.c,v 1.8 1997/08/29 16:12:21 sos Exp $
*/
#ifndef lint
-static char const sccsid[] = "@(#)cache.c 8.1 (Berkeley) 5/31/93";
+#if 0
+static char sccsid[] = "@(#)cache.c 8.1 (Berkeley) 5/31/93";
+#endif
+static const char rcsid[] =
+ "$Id$";
#endif /* not lint */
#include <sys/types.h>