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