From 4f48184fb2c8948c406b21c3f802b5b281cef957 Mon Sep 17 00:00:00 2001 From: alfred Date: Fri, 13 Dec 2002 22:41:47 +0000 Subject: Backout removal SCARGS, the code freeze is only "selectively" over. --- sys/dev/streams/streams.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/dev/streams') diff --git a/sys/dev/streams/streams.c b/sys/dev/streams/streams.c index 66ea3fe..41adb1a 100644 --- a/sys/dev/streams/streams.c +++ b/sys/dev/streams/streams.c @@ -315,9 +315,9 @@ svr4_ptm_alloc(td) register_t fd = -1; int error; - oa.path = path; - oa.flags = O_RDWR; - oa.mode = 0; + SCARG(&oa, path) = path; + SCARG(&oa, flags) = O_RDWR; + SCARG(&oa, mode) = 0; while (fd == -1) { ptyname[8] = ttyletters[l]; -- cgit v1.1