The following commit has been merged in the master branch:
commit ed0a16e5214691e91c56b6b1719bf0d2978e4696
Author: Erast Benson <[EMAIL PROTECTED]>
Date:   Sat Mar 15 17:05:08 2008 +0200

    s-s-d: Use __sun instead of __sparc__ to define OSsunos

diff --git a/ChangeLog b/ChangeLog
index 729b5e3..7581f18 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-03-15  Erast Benson  <[EMAIL PROTECTED]>
+
+       * utils/start-stop-daemon.c: Use __sun instead of __sparc__ to
+       define OSsunos.
+
 2008-03-15  Raphael Hertzog  <[EMAIL PROTECTED]>
 
        * debian/dpkg.prerm: Removed as it's empty.
diff --git a/THANKS b/THANKS
index a6edd73..fe75eab 100644
--- a/THANKS
+++ b/THANKS
@@ -44,6 +44,7 @@ David Lopez Moreno <[EMAIL PROTECTED]>
 Denis Barbier <[EMAIL PROTECTED]>
 Don Armstrong <[EMAIL PROTECTED]>
 Eddy Petrișor <[EMAIL PROTECTED]>
+Erast Benson <[EMAIL PROTECTED]>
 Erick Branderhorst <[EMAIL PROTECTED]>
 Flavio Stanchina <[EMAIL PROTECTED]>
 Frank S. Thomas <[EMAIL PROTECTED]>
diff --git a/utils/start-stop-daemon.c b/utils/start-stop-daemon.c
index af534dd..c02bd6a 100644
--- a/utils/start-stop-daemon.c
+++ b/utils/start-stop-daemon.c
@@ -28,7 +28,7 @@
 #  define OSLinux
 #elif defined(__GNU__)
 #  define OSHURD
-#elif defined(__sparc__)
+#elif defined(__sun)
 #  define OSsunos
 #elif defined(OPENBSD) || defined(__OpenBSD__)
 #  define OSOpenBSD

-- 
dpkg's main repository


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to