diff options
author | gad <gad@FreeBSD.org> | 2003-07-14 20:17:55 +0000 |
---|---|---|
committer | gad <gad@FreeBSD.org> | 2003-07-14 20:17:55 +0000 |
commit | 40628b2c0bfcef18cbde784b53a124bb41d68416 (patch) | |
tree | ba5426f8f1cd6505e8a823f778e3154f7a9ead04 /usr.sbin/lpr/common_source/printcap.c | |
parent | 3ccf88cd82ad348ec63c4e018d9ed3521d509561 (diff) | |
download | FreeBSD-src-40628b2c0bfcef18cbde784b53a124bb41d68416.zip FreeBSD-src-40628b2c0bfcef18cbde784b53a124bb41d68416.tar.gz |
Get the 'sccsid' for this to match the original lines you would
get from '-r CSRG', instead of having that sccsid as a comment.
(this is the sccsid from 1996 -- there have been many changes to
printcap.c since then!)
MFC after: 15 days
Diffstat (limited to 'usr.sbin/lpr/common_source/printcap.c')
-rw-r--r-- | usr.sbin/lpr/common_source/printcap.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/usr.sbin/lpr/common_source/printcap.c b/usr.sbin/lpr/common_source/printcap.c index f18470d..0d3644b 100644 --- a/usr.sbin/lpr/common_source/printcap.c +++ b/usr.sbin/lpr/common_source/printcap.c @@ -34,10 +34,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. - * - * From: @(#)common.c 8.5 (Berkeley) 4/28/95 */ +#if 0 +#ifndef lint +static char sccsid[] = "@(#)printcap.c 8.2 (Berkeley) 4/28/95"; +#endif /* not lint */ +#endif + #include "lp.cdefs.h" /* A cross-platform version of <sys/cdefs.h> */ __FBSDID("$FreeBSD$"); |