aboutsummaryrefslogtreecommitdiffstats
path: root/etc/PROBLEMS
diff options
context:
space:
mode:
Diffstat (limited to 'etc/PROBLEMS')
-rw-r--r--etc/PROBLEMS4
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
352the `flock' system call. The other involves creating a lock file; 352the `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
354this. You control which one is used by defining, or not defining, 354this. You control which one is used by defining, or not defining,
355the macro MAIL_USE_FLOCK in config.h or the m- or s- file it includes. 355the macro MAIL_USE_FLOCK in config.h or the m/ or s/ file it includes.
356IF YOU DON'T USE THE FORM OF INTERLOCKING THAT IS NORMAL ON YOUR 356IF YOU DON'T USE THE FORM OF INTERLOCKING THAT IS NORMAL ON YOUR
357SYSTEM, YOU CAN LOSE MAIL! 357SYSTEM, YOU CAN LOSE MAIL!
358 358
@@ -2744,7 +2744,7 @@ value in the man page for a.out (5).
2744initialized variables. Emacs makes all initialized variables in most 2744initialized variables. Emacs makes all initialized variables in most
2745of its files pure after dumping, but the variables declared static and 2745of its files pure after dumping, but the variables declared static and
2746not initialized are not supposed to be pure. On these systems you 2746not initialized are not supposed to be pure. On these systems you
2747may need to add "#define static" to the m- or the s- file. 2747may need to add "#define static" to config.h.
2748 2748
2749* Runtime problems on legacy systems 2749* Runtime problems on legacy systems
2750 2750