ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/Linux-Inotify2/Inotify2.xs
(Generate patch)

Comparing cvsroot/Linux-Inotify2/Inotify2.xs (file contents):
Revision 1.1 by root, Mon Aug 22 09:51:38 2005 UTC vs.
Revision 1.2 by root, Tue Aug 23 02:45:23 2005 UTC

26 newCONSTSUB (stash, "IN_MOVED_FROM" , newSViv (IN_MOVED_FROM)); 26 newCONSTSUB (stash, "IN_MOVED_FROM" , newSViv (IN_MOVED_FROM));
27 newCONSTSUB (stash, "IN_MOVED_TO" , newSViv (IN_MOVED_TO)); 27 newCONSTSUB (stash, "IN_MOVED_TO" , newSViv (IN_MOVED_TO));
28 newCONSTSUB (stash, "IN_CREATE" , newSViv (IN_CREATE)); 28 newCONSTSUB (stash, "IN_CREATE" , newSViv (IN_CREATE));
29 newCONSTSUB (stash, "IN_DELETE" , newSViv (IN_DELETE)); 29 newCONSTSUB (stash, "IN_DELETE" , newSViv (IN_DELETE));
30 newCONSTSUB (stash, "IN_DELETE_SELF" , newSViv (IN_DELETE_SELF)); 30 newCONSTSUB (stash, "IN_DELETE_SELF" , newSViv (IN_DELETE_SELF));
31 newCONSTSUB (stash, "IN_MOVE_SELF" , newSViv (IN_MOVE_SELF));
31 newCONSTSUB (stash, "IN_UNMOUNT" , newSViv (IN_UNMOUNT)); 32 newCONSTSUB (stash, "IN_UNMOUNT" , newSViv (IN_UNMOUNT));
32 newCONSTSUB (stash, "IN_Q_OVERFLOW" , newSViv (IN_Q_OVERFLOW)); 33 newCONSTSUB (stash, "IN_Q_OVERFLOW" , newSViv (IN_Q_OVERFLOW));
33 newCONSTSUB (stash, "IN_IGNORED" , newSViv (IN_IGNORED)); 34 newCONSTSUB (stash, "IN_IGNORED" , newSViv (IN_IGNORED));
34 newCONSTSUB (stash, "IN_CLOSE" , newSViv (IN_CLOSE)); 35 newCONSTSUB (stash, "IN_CLOSE" , newSViv (IN_CLOSE));
35 newCONSTSUB (stash, "IN_MOVE" , newSViv (IN_MOVE)); 36 newCONSTSUB (stash, "IN_MOVE" , newSViv (IN_MOVE));

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines