xserver: Branch 'master'

Greg Kroah-Hartman gregkh at kemper.freedesktop.org
Fri Jun 9 20:04:41 EEST 2006


 Xprint/ps/psout.c |    4 +---
 1 files changed, 1 insertion(+), 3 deletions(-)

New commits:
diff-tree 1a7335ff932baa59a3283c50dd6007d81989b7e3 (from 9583859d538394e98ac1f38b8e6f0997e321621d)
Author: Greg Kroah-Hartman <gregkh at suse.de>
Date:   Fri Jun 9 10:02:08 2006 -0700

    remove unneeded externs from Xprint/ps/psout.c

diff --git a/Xprint/ps/psout.c b/Xprint/ps/psout.c
index d7f45b1..dccd692 100644
--- a/Xprint/ps/psout.c
+++ b/Xprint/ps/psout.c
@@ -82,6 +82,7 @@ in this Software without prior written a
 #include <stdio.h>
 #include "os.h"
 #define USE_PSOUT_PRIVATE 1
+#include "Ps.h"
 #include "psout.h"
 #ifdef XP_USE_FREETYPE
 #include <ft2build.h>
@@ -90,9 +91,6 @@ in this Software without prior written a
 /* For VENDOR_STRING and VENDOR_RELEASE */
 #include "site.h"
 
-extern PsElmPtr PsCloneFillElementList(int nElms, PsElmPtr elms);
-extern void PsDestroyFillElementList(int nElms, PsElmPtr elms);
-
 /*
  *  Standard definitions
  */



More information about the xorg-commit mailing list