ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/trunk/bin/pax/cache.c
(Generate patch)

Comparing trunk/bin/pax/cache.c (file contents):
Revision 11193 by laffer1, Sat Dec 7 23:54:44 2013 UTC vs.
Revision 11194 by laffer1, Sun Jul 1 15:48:41 2018 UTC

# Line 1 | Line 1
1 + /* $MidnightBSD$ */
2   /*-
3   * Copyright (c) 1992 Keith Muller.
4   * Copyright (c) 1992, 1993
# Line 37 | Line 38 | static char sccsid[] = "@(#)cache.c    8.1 (Berkeley) 5/3
38   #endif
39   #endif /* not lint */
40   #include <sys/cdefs.h>
41 < __MBSDID("$MidnightBSD$");
41 > __FBSDID("$FreeBSD: stable/10/bin/pax/cache.c 284008 2015-06-05 00:39:34Z delphij $");
42  
43   #include <sys/types.h>
44   #include <sys/stat.h>
# Line 45 | Line 46 | __MBSDID("$MidnightBSD$");
46   #include <stdio.h>
47   #include <pwd.h>
48   #include <grp.h>
48 #include <unistd.h>
49   #include <stdlib.h>
50   #include "pax.h"
51   #include "cache.h"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines