diff options
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/CPP-DEFINES | 1 | ||||
| -rw-r--r-- | admin/ChangeLog | 5 |
2 files changed, 5 insertions, 1 deletions
diff --git a/admin/CPP-DEFINES b/admin/CPP-DEFINES index 13c3da1745a..393cf56e993 100644 --- a/admin/CPP-DEFINES +++ b/admin/CPP-DEFINES | |||
| @@ -9,7 +9,6 @@ documented in config.in, and this file would not be necessary. | |||
| 9 | 9 | ||
| 10 | AIX | 10 | AIX |
| 11 | _AIX | 11 | _AIX |
| 12 | BSD4_2 | ||
| 13 | BSD_SYSTEM | 12 | BSD_SYSTEM |
| 14 | CYGWIN Compiling the Cygwin port. | 13 | CYGWIN Compiling the Cygwin port. |
| 15 | __CYGWIN__ Ditto | 14 | __CYGWIN__ Ditto |
diff --git a/admin/ChangeLog b/admin/ChangeLog index 9c6413aa14f..6a6b1bd8da6 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-12-14 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Fix permissions bugs with setgid directories etc. (Bug#13125) | ||
| 4 | * CPP-DEFINES (BSD4_2): Remove. | ||
| 5 | |||
| 1 | 2012-12-08 Paul Eggert <eggert@cs.ucla.edu> | 6 | 2012-12-08 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 7 | ||
| 3 | Use putenv+unsetenv instead of modifying environ directly (Bug#13070). | 8 | Use putenv+unsetenv instead of modifying environ directly (Bug#13070). |