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

X Strike Force X.Org X11 SVN commit: r271 - in trunk/debian: . patches



Author: dnusinow
Date: 2005-06-25 17:08:04 -0500 (Sat, 25 Jun 2005)
New Revision: 271

Modified:
   trunk/debian/TODO
   trunk/debian/patches/008_fix_xgetpw_macro.diff
Log:
- Patch audit
   - 008_fix_xgetpw_macro.diff updated with typofix. Thanks Eugene Konev
	 for catching this.
   - 010_s3_trio64_dx_and_gx_support.diff upstream but altered. We may need
	 to resurrect this at some point.


Modified: trunk/debian/TODO
===================================================================
--- trunk/debian/TODO	2005-06-25 21:23:53 UTC (rev 270)
+++ trunk/debian/TODO	2005-06-25 22:08:04 UTC (rev 271)
@@ -49,7 +49,6 @@
   -- The xfree86 version looks more up-to-date than the xorg version.
      But it's possible that the xorg version is the xfree86 version with parts
      deliberately removed.  I need to know.  :-)
-010_s3_trio64_dx_and_gx_support.diff
 011_SECURITY_makedepend_safer.diff
 011a_recognize_glibc_2.3.2_locale_names.diff
 012_Xaw_StripChart_fix.diff

Modified: trunk/debian/patches/008_fix_xgetpw_macro.diff
===================================================================
--- trunk/debian/patches/008_fix_xgetpw_macro.diff	2005-06-25 21:23:53 UTC (rev 270)
+++ trunk/debian/patches/008_fix_xgetpw_macro.diff	2005-06-25 22:08:04 UTC (rev 271)
@@ -139,7 +139,7 @@
 +	struct passwd *dummy;
  	if ((ptr = getenv("USER")))
 -	    pw = _XGetpwnam(ptr,pwparams);
-+	    pw = _XGetpwnam(ptr,pwparams,&dumy);
++	    pw = _XGetpwnam(ptr,pwparams,&dummy);
  	else
 - 	    pw = _XGetpwuid(getuid(),pwparams);
 + 	    pw = _XGetpwuid(getuid(),pwparams,&dummy);



Reply to: