Blame cernlib-209-ignore-unneeded-headers-in-kmutil.c.dpatch

4b5a59b
#! /bin/sh /usr/share/dpatch/dpatch-run
4b5a59b
## 209-ignore-unneeded-headers-in-kmutil.c.dpatch by  <kmccarty@debian.org>
4b5a59b
##
4b5a59b
## All lines beginning with `## DP:' are a description of the patch.
4b5a59b
## DP: Comment out header files not actually needed in kmutil.c.
4b5a59b
## DP: (This will be helpful when we move this file elsewhere to be part of
4b5a59b
## DP: the Lesstif-dependent library split out from packlib.)
4b5a59b
4b5a59b
@DPATCH@
4b5a59b
diff -urNad cernlib-2005.05.09/src/packlib/kuip/code_motif/kmutil.c /tmp/dpep.BncUU7/cernlib-2005.05.09/src/packlib/kuip/code_motif/kmutil.c
4b5a59b
--- cernlib-2005.05.09/src/packlib/kuip/code_motif/kmutil.c	1996-03-08 10:33:09.000000000 -0500
4b5a59b
+++ /tmp/dpep.BncUU7/cernlib-2005.05.09/src/packlib/kuip/code_motif/kmutil.c	2005-06-10 12:06:07.198547576 -0400
4b5a59b
@@ -20,12 +20,13 @@
4b5a59b
 /******************************************************************************/
4b5a59b
 
4b5a59b
 #include "kuip/kuip.h"
4b5a59b
+/* commented out, since this file doesn't need these includes. --Kevin McCarty
4b5a59b
 #include "kuip/kfor.h"
4b5a59b
 #include "kuip/kmenu.h"
4b5a59b
 
4b5a59b
 #include "mkutda.h"
4b5a59b
 #include "kuip/mkutfu.h"
4b5a59b
-
4b5a59b
+*/
4b5a59b
 
4b5a59b
 /***********************************************************************
4b5a59b
  *                                                                     *