Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/ipcs ipcs.c: do not #include sys/inttypes.h header w...



details:   https://anonhg.NetBSD.org/src/rev/578e88842cd5
branches:  trunk
changeset: 953718:578e88842cd5
user:      cheusov <cheusov%NetBSD.org@localhost>
date:      Thu Mar 18 19:34:05 2021 +0000

description:
ipcs.c: do not #include sys/inttypes.h header which is not necessary

diffstat:

 usr.bin/ipcs/ipcs.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 72c5c634aa89 -r 578e88842cd5 usr.bin/ipcs/ipcs.c
--- a/usr.bin/ipcs/ipcs.c       Thu Mar 18 18:24:14 2021 +0000
+++ b/usr.bin/ipcs/ipcs.c       Thu Mar 18 19:34:05 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ipcs.c,v 1.43 2014/06/11 14:57:55 joerg Exp $  */
+/*     $NetBSD: ipcs.c,v 1.44 2021/03/18 19:34:05 cheusov Exp $        */
 
 /*-
  * Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -57,7 +57,6 @@
 #include <sys/cdefs.h>
 #include <sys/param.h>
 #include <sys/sysctl.h>
-#include <sys/inttypes.h>
 #include <sys/ipc.h>
 #include <sys/sem.h>
 #include <sys/shm.h>



Home | Main Index | Thread Index | Old Index