-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge from Artem's fork #105
base: master
Are you sure you want to change the base?
Changes from all commits
bf41564
c2774c2
255b892
90de67a
bd1ea03
3220daf
9deb700
45891b8
7392121
dd952af
4d5aa72
fa52175
288c698
753fe14
8fc69d4
e4594ce
16b3229
3572dde
41addee
3113f7c
58afc89
997608e
36b3ea2
0b2a5a9
30a5637
e53d46a
e9a2914
95d60e8
7717b2b
dd23f92
faedac4
3a72334
40c2404
b0f2244
58ff3ca
ba4c3a2
e2e069b
2301e19
1519fde
233505b
3ddcd8c
c57a2a9
d844d84
06cb59c
f4eb917
4e3e814
61c87e9
732624e
4ce2096
2d15f58
2e6e800
6e681f9
75e4986
d3b5784
21fd3f2
de8898c
79a13ad
b351c3c
d4dfdda
a84ea4f
f8bf141
541f9ff
f200de7
7715831
c29f269
7aa36d4
6281205
b31d94f
c853985
d55dfe9
837b665
4c91656
bbd8a69
9ddf744
4bd2ca7
9eb37d1
ae05671
8c93ed3
909a133
a6627fc
16f48dc
025abe9
3031092
410e4da
12ff233
05ff3d1
491c98d
e7b6617
b1f54a3
12c1bee
680443a
96205a6
1548382
f3e4d1a
bb7cab8
17294fd
7c6e85b
333e9e4
026cd30
2f12640
93aea51
ee0d1b8
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,14 +4,12 @@ ref/* | |
*.exe | ||
dsm | ||
*.so | ||
*.a | ||
dsm_discover | ||
dsm_lookup | ||
dsm_inverse | ||
configure | ||
.*/ | ||
build*/ | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hum, why ? |
||
*.a | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We still need to keep one of them |
||
build/ | ||
*.deps | ||
*.la | ||
*.libs | ||
|
@@ -26,7 +24,12 @@ build*/ | |
aclocal.m4 | ||
autom4te.cache | ||
config | ||
config.* | ||
config.rb | ||
config.h.* | ||
config.s* | ||
config.log | ||
config.guess | ||
universal/*.a | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Sure why not |
||
config.h.in | ||
configure | ||
libtool | ||
|
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -90,6 +90,7 @@ int main() | |
getchar(); | ||
|
||
netbios_ns_discover_stop(ns); | ||
netbios_ns_destroy(ns); | ||
|
||
return 0; | ||
} |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#include "config.h" | ||
#include "../xcode/config.h" | ||
|
||
#if !defined(HAVE_PIPE) && defined(HAVE__PIPE) | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Duplicate, good catch