ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/src/vped.C
(Generate patch)

Comparing gvpe/src/vped.C (file contents):
Revision 1.9 by pcg, Tue Oct 14 19:45:35 2003 UTC vs.
Revision 1.10 by pcg, Tue Oct 14 19:57:55 2003 UTC

239 239
240 log_to (LOGTO_SYSLOG | LOGTO_STDERR); 240 log_to (LOGTO_SYSLOG | LOGTO_STDERR);
241 241
242 /* Lock all pages into memory if requested */ 242 /* Lock all pages into memory if requested */
243 243
244#if HAVE_MLOCKALL && HAVE_SYS_MMAN_H 244#if HAVE_MLOCKALL && HAVE_SYS_MMAN_H && _POSIX_MEMLOCK
245 if (do_mlock) 245 if (do_mlock)
246 if (mlockall (MCL_CURRENT | MCL_FUTURE)) 246 if (mlockall (MCL_CURRENT | MCL_FUTURE))
247 slog (L_ERR, _("system call `%s' failed: %s"), "mlockall", strerror (errno)); 247 slog (L_ERR, _("system call `%s' failed: %s"), "mlockall", strerror (errno));
248#endif 248#endif
249 249

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines