diff options
Diffstat (limited to 'usr.bin/hexdump')
| -rw-r--r-- | usr.bin/hexdump/Makefile | 1 | ||||
| -rw-r--r-- | usr.bin/hexdump/conv.c | 3 | ||||
| -rw-r--r-- | usr.bin/hexdump/display.c | 3 | ||||
| -rw-r--r-- | usr.bin/hexdump/hexdump.1 | 2 | ||||
| -rw-r--r-- | usr.bin/hexdump/hexdump.c | 3 | ||||
| -rw-r--r-- | usr.bin/hexdump/hexdump.h | 2 | ||||
| -rw-r--r-- | usr.bin/hexdump/hexsyntax.c | 3 | ||||
| -rw-r--r-- | usr.bin/hexdump/od.1 | 2 | ||||
| -rw-r--r-- | usr.bin/hexdump/odsyntax.c | 3 | ||||
| -rw-r--r-- | usr.bin/hexdump/parse.c | 3 |
10 files changed, 0 insertions, 25 deletions
diff --git a/usr.bin/hexdump/Makefile b/usr.bin/hexdump/Makefile index cca599871b0a..a1af8d673435 100644 --- a/usr.bin/hexdump/Makefile +++ b/usr.bin/hexdump/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 .include <src.opts.mk> diff --git a/usr.bin/hexdump/conv.c b/usr.bin/hexdump/conv.c index 591826efa6a6..d4301aa6095c 100644 --- a/usr.bin/hexdump/conv.c +++ b/usr.bin/hexdump/conv.c @@ -29,9 +29,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static const char sccsid[] = "@(#)conv.c 8.1 (Berkeley) 6/6/93"; -#endif /* not lint */ #include <sys/cdefs.h> #include <sys/types.h> diff --git a/usr.bin/hexdump/display.c b/usr.bin/hexdump/display.c index 6c0018dcef3c..224b576ef9f2 100644 --- a/usr.bin/hexdump/display.c +++ b/usr.bin/hexdump/display.c @@ -30,9 +30,6 @@ */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)display.c 8.1 (Berkeley) 6/6/93"; -#endif #endif /* not lint */ #include <sys/cdefs.h> #include <sys/param.h> diff --git a/usr.bin/hexdump/hexdump.1 b/usr.bin/hexdump/hexdump.1 index edeba0b207fd..9300e2e0c5c9 100644 --- a/usr.bin/hexdump/hexdump.1 +++ b/usr.bin/hexdump/hexdump.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)hexdump.1 8.2 (Berkeley) 4/18/94 -.\" .Dd June 29, 2020 .Dt HEXDUMP 1 .Os diff --git a/usr.bin/hexdump/hexdump.c b/usr.bin/hexdump/hexdump.c index a71728c9f800..513235c12cb9 100644 --- a/usr.bin/hexdump/hexdump.c +++ b/usr.bin/hexdump/hexdump.c @@ -36,9 +36,6 @@ static const char copyright[] = #endif /* not lint */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)hexdump.c 8.1 (Berkeley) 6/6/93"; -#endif #endif /* not lint */ #include <sys/cdefs.h> #include <sys/types.h> diff --git a/usr.bin/hexdump/hexdump.h b/usr.bin/hexdump/hexdump.h index b58d826c172f..f4110a38fd2a 100644 --- a/usr.bin/hexdump/hexdump.h +++ b/usr.bin/hexdump/hexdump.h @@ -27,8 +27,6 @@ * 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. - * - * @(#)hexdump.h 8.1 (Berkeley) 6/6/93 */ #include <wchar.h> diff --git a/usr.bin/hexdump/hexsyntax.c b/usr.bin/hexdump/hexsyntax.c index 2253e4e4c4e7..649d3028c603 100644 --- a/usr.bin/hexdump/hexsyntax.c +++ b/usr.bin/hexdump/hexsyntax.c @@ -30,9 +30,6 @@ */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)hexsyntax.c 8.2 (Berkeley) 5/4/95"; -#endif #endif /* not lint */ #include <sys/cdefs.h> #include <sys/types.h> diff --git a/usr.bin/hexdump/od.1 b/usr.bin/hexdump/od.1 index 91b29cd6b197..4738fa040db0 100644 --- a/usr.bin/hexdump/od.1 +++ b/usr.bin/hexdump/od.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)od.1 8.1 (Berkeley) 6/6/93 -.\" .Dd December 22, 2011 .Dt OD 1 .Os diff --git a/usr.bin/hexdump/odsyntax.c b/usr.bin/hexdump/odsyntax.c index 6cd07197de67..1ea300089ec8 100644 --- a/usr.bin/hexdump/odsyntax.c +++ b/usr.bin/hexdump/odsyntax.c @@ -30,9 +30,6 @@ */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)odsyntax.c 8.2 (Berkeley) 5/4/95"; -#endif #endif /* not lint */ #include <sys/cdefs.h> #include <sys/types.h> diff --git a/usr.bin/hexdump/parse.c b/usr.bin/hexdump/parse.c index e16dd416d6e0..9d0ab1feaa7e 100644 --- a/usr.bin/hexdump/parse.c +++ b/usr.bin/hexdump/parse.c @@ -30,9 +30,6 @@ */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)parse.c 8.1 (Berkeley) 6/6/93"; -#endif #endif /* not lint */ #include <sys/cdefs.h> #include <sys/types.h> |
