diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/movemail.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib-src/movemail.c b/lib-src/movemail.c index c87d97778d1..c950d06f5d2 100644 --- a/lib-src/movemail.c +++ b/lib-src/movemail.c | |||
| @@ -300,10 +300,10 @@ main (int argc, char **argv) | |||
| 300 | which uses lock files for this purpose. Some systems use other methods. | 300 | which uses lock files for this purpose. Some systems use other methods. |
| 301 | 301 | ||
| 302 | If your system uses the `flock' system call for mail locking, | 302 | If your system uses the `flock' system call for mail locking, |
| 303 | define MAIL_USE_SYSTEM_LOCK in config.h or the s-*.h file | 303 | define MAIL_USE_SYSTEM_LOCK in config.h and recompile movemail. |
| 304 | and recompile movemail. If the s- file for your system | 304 | If your system type should always define MAIL_USE_SYSTEM_LOCK |
| 305 | should define MAIL_USE_SYSTEM_LOCK but does not, send a bug report | 305 | but does not, send a bug report to bug-gnu-emacs@gnu.org so we |
| 306 | to bug-gnu-emacs@prep.ai.mit.edu so we can fix it. */ | 306 | can change the default in configure. */ |
| 307 | 307 | ||
| 308 | inname_len = strlen (inname); | 308 | inname_len = strlen (inname); |
| 309 | lockname = xmalloc (inname_len + sizeof ".lock"); | 309 | lockname = xmalloc (inname_len + sizeof ".lock"); |