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

X Strike Force X.Org X11 SVN commit: r1390 - in branches/modular/app/xdm-X11R7.0-1.0.1/debian: . patches



Author: dnusinow
Date: 2006-03-05 20:48:26 -0500 (Sun, 05 Mar 2006)
New Revision: 1390

Added:
   branches/modular/app/xdm-X11R7.0-1.0.1/debian/patches/06_hurd_utsname.diff
Modified:
   branches/modular/app/xdm-X11R7.0-1.0.1/debian/changelog
   branches/modular/app/xdm-X11R7.0-1.0.1/debian/patches/series
Log:
* Port patches from trunk
  + hurd/810_xdm_utsname.diff


Modified: branches/modular/app/xdm-X11R7.0-1.0.1/debian/changelog
===================================================================
--- branches/modular/app/xdm-X11R7.0-1.0.1/debian/changelog	2006-03-06 01:41:07 UTC (rev 1389)
+++ branches/modular/app/xdm-X11R7.0-1.0.1/debian/changelog	2006-03-06 01:48:26 UTC (rev 1390)
@@ -2,8 +2,10 @@
 
   [ David Nusinow ]
   * Fix PATH in xdm-config. Thanks Nicolas Bonifas. (closes: #353974)
+  * Port patches from trunk
+    + hurd/810_xdm_utsname.diff
 
- -- David Nusinow <dnusinow@debian.org>  Thu, 23 Feb 2006 21:56:55 -0500
+ -- David Nusinow <dnusinow@debian.org>  Sun,  5 Mar 2006 20:47:50 -0500
 
 xdm (1:1.0.1-1) experimental; urgency=low
 

Added: branches/modular/app/xdm-X11R7.0-1.0.1/debian/patches/06_hurd_utsname.diff
===================================================================
--- branches/modular/app/xdm-X11R7.0-1.0.1/debian/patches/06_hurd_utsname.diff	2006-03-06 01:41:07 UTC (rev 1389)
+++ branches/modular/app/xdm-X11R7.0-1.0.1/debian/patches/06_hurd_utsname.diff	2006-03-06 01:48:26 UTC (rev 1390)
@@ -0,0 +1,14 @@
+Index: xdm-X11R7.0-1.0.1/auth.c
+===================================================================
+--- xdm-X11R7.0-1.0.1.orig/auth.c	2006-03-05 20:46:28.000000000 -0500
++++ xdm-X11R7.0-1.0.1/auth.c	2006-03-05 20:47:28.000000000 -0500
+@@ -60,9 +60,7 @@
+ # include <netdnet/dnetdb.h>
+ #endif
+ 
+-#if defined(hpux)
+ #include <sys/utsname.h>
+-#endif
+ 
+ #if defined(SYSV) && defined(i386)
+ # include <sys/stream.h>

Modified: branches/modular/app/xdm-X11R7.0-1.0.1/debian/patches/series
===================================================================
--- branches/modular/app/xdm-X11R7.0-1.0.1/debian/patches/series	2006-03-06 01:41:07 UTC (rev 1389)
+++ branches/modular/app/xdm-X11R7.0-1.0.1/debian/patches/series	2006-03-06 01:48:26 UTC (rev 1390)
@@ -3,3 +3,4 @@
 selinux_support.diff
 support_logfile_rotation.diff
 debian.diff
+06_hurd_utsname.diff



Reply to: