summaryrefslogtreecommitdiff
path: root/usr.bin/file/tar.h
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2004-05-19 02:32:37 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2004-05-19 02:32:37 +0000
commit05cabd309934408959a36a9feb018f1bf1e897ee (patch)
treea528b45949c0f3f8e8f232f70213ce635a357a5d /usr.bin/file/tar.h
parent2243525ab32c3771528c08a31aa8d25645ee7abc (diff)
big update to file 4.09. ok ian@
Diffstat (limited to 'usr.bin/file/tar.h')
-rw-r--r--usr.bin/file/tar.h43
1 files changed, 40 insertions, 3 deletions
diff --git a/usr.bin/file/tar.h b/usr.bin/file/tar.h
index 82863d4dffc..07ccf64fc2b 100644
--- a/usr.bin/file/tar.h
+++ b/usr.bin/file/tar.h
@@ -1,5 +1,31 @@
-/* $OpenBSD: tar.h,v 1.4 2003/07/02 21:04:10 deraadt Exp $ */
-
+/* $OpenBSD: tar.h,v 1.5 2004/05/19 02:32:36 tedu Exp $ */
+/*
+ * Copyright (c) Ian F. Darwin 1986-1995.
+ * Software written by Ian F. Darwin and others;
+ * maintained 1995-present by Christos Zoulas and others.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ * notice immediately at the beginning of the file, without modification,
+ * this list of conditions, and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ * notice, this list of conditions and the following disclaimer in the
+ * documentation and/or other materials provided with the distribution.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR
+ * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * 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.
+ */
/*
* Header file for public domain tar (tape archive) program.
*
@@ -7,10 +33,11 @@
*
* Created 25 August 1985 by John Gilmore, ihnp4!hoptoad!gnu.
*
+ * $Id: tar.h,v 1.5 2004/05/19 02:32:36 tedu Exp $ # checkin only
*/
/*
- * Kludge for handling systems that can't cope with multiple
+ * Kludge for handling systems that cannot cope with multiple
* external definitions of a variable. In ONE routine (tar.c),
* we #define TAR_EXTERN to null; here, we set it to "extern" if
* it is not already set.
@@ -166,3 +193,13 @@ TAR_EXTERN struct link *linklist; /* Points to first link in list */
* Error recovery stuff
*/
TAR_EXTERN char read_error_flag;
+
+
+#if 0
+/*
+ * Declarations of functions available to the world.
+ */
+/*LINTLIBRARY*/
+#define annorec(stream, msg) anno(stream, msg, 0) /* Cur rec */
+#define annofile(stream, msg) anno(stream, msg, 1) /* Saved rec */
+#endif