[Midnightbsd-cvs] src [11521] trunk/usr.bin/ipcs: cleanup
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Jul 7 15:22:43 EDT 2018
Revision: 11521
http://svnweb.midnightbsd.org/src/?rev=11521
Author: laffer1
Date: 2018-07-07 15:22:42 -0400 (Sat, 07 Jul 2018)
Log Message:
-----------
cleanup
Modified Paths:
--------------
trunk/usr.bin/ipcs/Makefile
trunk/usr.bin/ipcs/ipc.c
trunk/usr.bin/ipcs/ipc.h
Modified: trunk/usr.bin/ipcs/Makefile
===================================================================
--- trunk/usr.bin/ipcs/Makefile 2018-07-07 19:22:04 UTC (rev 11520)
+++ trunk/usr.bin/ipcs/Makefile 2018-07-07 19:22:42 UTC (rev 11521)
@@ -1,4 +1,5 @@
# $MidnightBSD$
+# $FreeBSD: stable/10/usr.bin/ipcs/Makefile 201386 2010-01-02 10:27:05Z ed $
PROG= ipcs
SRCS= ipcs.c ipc.c
Modified: trunk/usr.bin/ipcs/ipc.c
===================================================================
--- trunk/usr.bin/ipcs/ipc.c 2018-07-07 19:22:04 UTC (rev 11520)
+++ trunk/usr.bin/ipcs/ipc.c 2018-07-07 19:22:42 UTC (rev 11521)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*
* Copyright (c) 1994 SigmaSoft, Th. Lockert <tholo at sigmasoft.com>
* All rights reserved.
@@ -24,12 +25,12 @@
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * The split of ipcs.c into ipcs.c and ipc.c to accomodate the
+ * The split of ipcs.c into ipcs.c and ipc.c to accommodate the
* changes in ipcrm.c was done by Edwin Groothuis <edwin at FreeBSD.org>
*/
#include <sys/cdefs.h>
-__MBSDID("$MidnightBSD$");
+__FBSDID("$FreeBSD: stable/10/usr.bin/ipcs/ipc.c 326818 2017-12-13 06:20:18Z delphij $");
#include <sys/types.h>
#include <sys/sysctl.h>
@@ -44,7 +45,6 @@
#include <kvm.h>
#include <nlist.h>
#include <stddef.h>
-#include <stdio.h>
#include "ipc.h"
Modified: trunk/usr.bin/ipcs/ipc.h
===================================================================
--- trunk/usr.bin/ipcs/ipc.h 2018-07-07 19:22:04 UTC (rev 11520)
+++ trunk/usr.bin/ipcs/ipc.h 2018-07-07 19:22:42 UTC (rev 11521)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*
* Copyright (c) 1994 SigmaSoft, Th. Lockert <tholo at sigmasoft.com>
* All rights reserved.
@@ -24,10 +25,10 @@
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * The split of ipcs.c into ipcs.c and ipc.c to accomodate the
+ * The split of ipcs.c into ipcs.c and ipc.c to accommodate the
* changes in ipcrm.c was done by Edwin Groothuis <edwin at FreeBSD.org>
*
- * $MidnightBSD$
+ * $FreeBSD: stable/10/usr.bin/ipcs/ipc.h 228992 2011-12-30 11:02:40Z uqs $
*/
/* Part of struct nlist symbols[] */
More information about the Midnightbsd-cvs
mailing list