opnsense-ports/science/vmd/files/patch-stride.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
290 B
C

--- lib/stride/stride.c-xxx Fri Dec 17 18:18:42 2004
+++ lib/stride/stride.c Fri Dec 17 18:19:21 2004
@@ -93,7 +93,7 @@
for( i=0; i<NHBond; i++ ) free(HBond[i]);
free(Cmd);
- return(SUCCESS);
+ return(0);
}
void ProcessStrideOptions(char **List, int ListLength, COMMAND *Cmd)