=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/worklist.h,v retrieving revision 1.1 retrieving revision 1.2 diff -c -r1.1 -r1.2 *** src/usr.bin/cvs/worklist.h 2006/03/08 20:18:41 1.1 --- src/usr.bin/cvs/worklist.h 2006/03/15 13:30:48 1.2 *************** *** 1,4 **** ! /* $OpenBSD: worklist.h,v 1.1 2006/03/08 20:18:41 joris Exp $ */ /* * Copyright (c) 2006 Joris Vink * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: worklist.h,v 1.2 2006/03/15 13:30:48 niallo Exp $ */ /* * Copyright (c) 2006 Joris Vink * All rights reserved. *************** *** 28,35 **** #define WORKLIST_H struct cvs_worklist { ! char wkl_path[MAXPATHLEN]; ! SLIST_ENTRY(cvs_worklist) wkl_list; }; SLIST_HEAD(cvs_wklhead, cvs_worklist); --- 28,35 ---- #define WORKLIST_H struct cvs_worklist { ! volatile char wkl_path[MAXPATHLEN]; ! volatile SLIST_ENTRY(cvs_worklist) wkl_list; }; SLIST_HEAD(cvs_wklhead, cvs_worklist);