[prev in list] [next in list] [prev in thread] [next in thread] 

List:       intermezzo-cvs
Subject:    CVS: intermezzo/presto24 psdev.c,1.15,1.16
From:       Shirish Hemant Phatak <shirish () users ! sourceforge ! net>
Date:       2001-10-26 21:37:15
[Download RAW message or body]

Update of /cvsroot/intermezzo/intermezzo/presto24
In directory usw-pr-cvs1:/tmp/cvs-serv15170

Modified Files:
	psdev.c 
Log Message:

Minor cleanups. psdev.c is defining inline structs all of which should
move to intermezzo_fs.h.



Index: psdev.c
===================================================================
RCS file: /cvsroot/intermezzo/intermezzo/presto24/psdev.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -U2 -r1.15 -r1.16
--- psdev.c	2001/10/09 19:45:38	1.15
+++ psdev.c	2001/10/26 21:37:12	1.16
@@ -1065,11 +1065,5 @@
                 int res = 0;  /* resulting flags - returned to user */
                 int error;
-                struct {
-                        int  mark_what;
-                        int  and_flag;
-                        int  or_flag;
-                        int path_len;
-                        char *path;
-                } input;
+                struct lento_input_mark input;
 
                 error = copy_from_user(&input, (char *)arg, sizeof(input));
@@ -1167,9 +1161,5 @@
                 int error;
                 char *user_path;
-                struct {
-                        int  cookie;
-                        int path_len;
-                        char *path;
-                } permit;
+                struct lento_input_release permit;
                 
                 error = copy_from_user(&permit, (char *)arg, sizeof(permit));


_______________________________________________
intermezzo-commit mailing list
intermezzo-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/intermezzo-commit

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic