Skip to content

Instantly share code, notes, and snippets.

@igable
Created August 14, 2012 03:42
Show Gist options
  • Save igable/3346100 to your computer and use it in GitHub Desktop.
Save igable/3346100 to your computer and use it in GitHub Desktop.
Patch for NDT 3.6.5.2
diff --git a/src/utils.c b/src/utils.c
index ff0c54f..d035805 100644
--- a/src/utils.c
+++ b/src/utils.c
@@ -120,7 +120,6 @@ double secs() {
void err_sys(char* s) {
perror(s);
- return -1;
}
/**
@igable
Copy link
Author

igable commented Aug 14, 2012

to patch
$ cd ndt-3.6.5.2
$ wget https://raw.github.com/gist/3346100/9f9ac9c40e1b080b9f305bac991325fa4f844145/web100clt.diff
$ patch -p1 -i web100clt.diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment