diff options
Diffstat (limited to 'etc/PROBLEMS')
| -rw-r--r-- | etc/PROBLEMS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 78cb24b427d..675644f5654 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -352,7 +352,7 @@ There are two different protocols in general use. One of them uses | |||
| 352 | the `flock' system call. The other involves creating a lock file; | 352 | the `flock' system call. The other involves creating a lock file; |
| 353 | `movemail' must be able to write in /usr/spool/mail in order to do | 353 | `movemail' must be able to write in /usr/spool/mail in order to do |
| 354 | this. You control which one is used by defining, or not defining, | 354 | this. You control which one is used by defining, or not defining, |
| 355 | the macro MAIL_USE_FLOCK in config.h or the m- or s- file it includes. | 355 | the macro MAIL_USE_FLOCK in config.h or the m/ or s/ file it includes. |
| 356 | IF YOU DON'T USE THE FORM OF INTERLOCKING THAT IS NORMAL ON YOUR | 356 | IF YOU DON'T USE THE FORM OF INTERLOCKING THAT IS NORMAL ON YOUR |
| 357 | SYSTEM, YOU CAN LOSE MAIL! | 357 | SYSTEM, YOU CAN LOSE MAIL! |
| 358 | 358 | ||
| @@ -2744,7 +2744,7 @@ value in the man page for a.out (5). | |||
| 2744 | initialized variables. Emacs makes all initialized variables in most | 2744 | initialized variables. Emacs makes all initialized variables in most |
| 2745 | of its files pure after dumping, but the variables declared static and | 2745 | of its files pure after dumping, but the variables declared static and |
| 2746 | not initialized are not supposed to be pure. On these systems you | 2746 | not initialized are not supposed to be pure. On these systems you |
| 2747 | may need to add "#define static" to the m- or the s- file. | 2747 | may need to add "#define static" to config.h. |
| 2748 | 2748 | ||
| 2749 | * Runtime problems on legacy systems | 2749 | * Runtime problems on legacy systems |
| 2750 | 2750 | ||