FreeBSD Bugzilla – Attachment 17808 Details for
Bug 32242
patch to allow 'at now' to queue a job for immediate execution
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 438 bytes, created by
Alan Eldridge
on 2001-11-24 06:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Alan Eldridge
Created:
2001-11-24 06:20:01 UTC
Size:
438 bytes
patch
obsolete
>--- parsetime.c.or Wed Aug 1 20:55:58 2001 >+++ parsetime.c Sat Nov 24 00:47:54 2001 >@@ -579,7 +579,11 @@ > init_scanner(argc-optind, argv+optind); > > switch (token()) { >- case NOW: /* now is optional prefix for PLUS tree */ >+ case NOW: >+ if (scc < 1) { >+ return nowtimer; >+ } >+ /* now is optional prefix for PLUS tree */ > expect(PLUS); > case PLUS: > plus(&runtime);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 32242
: 17808