OSSP CVS Repository

ossp - Difference in ossp-pkg/act/act_p.h.in versions 1.8 and 1.9
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/act/act_p.h.in 1.8 -> 1.9

--- act_p.h.in   2002/01/19 13:13:32     1.8
+++ act_p.h.in   2003/01/06 12:10:58     1.9
@@ -1,9 +1,10 @@
-/* 
-**  Act - Abstract Container Type Library
-**  Copyright (c) 1999-2002 Ralf S. Engelschall <rse@engelschall.com>
+/*
+**  OSSP act - Abstract Container Types
+**  Copyright (c) 1999-2003 Ralf S. Engelschall <rse@engelschall.com>
+**  Copyright (c) 1999-2003 The OSSP Project <http://www.ossp.org/>
 **
-**  This file is part of Act, a library for dealing with Abstract 
-**  Container Types which can be found at http://www.ossp.org/pkg/act/.
+**  This file is part of OSSP act, an abstract container type library
+**  which can be found at http://www.ossp.org/pkg/lib/act/.
 **
 **  Permission to use, copy, modify, and distribute this software for
 **  any purpose with or without fee is hereby granted, provided that
@@ -48,7 +49,7 @@
 #define errno_safe(cmd) \
         do { int __local_errno = errno; cmd; errno = __local_errno; } while (0)
 #define return_errno(return_val,errno_val) \
-        do { errno = (errno_val); return (return_val); } while (0) 
+        do { errno = (errno_val); return (return_val); } while (0)
 
 #include "act_cfg.h"
 #include "act_lib.h"

CVSTrac 2.0.1