mirror of
https://github.com/nmap/nmap.git
synced 2026-08-27 03:48:14 +00:00
Removing extraneous newlines (sometimes up to 9 of them) from ends of a few files
This commit is contained in:
parent
692f904579
commit
cc14c538ad
9 changed files with 0 additions and 45 deletions
|
|
@ -172,7 +172,3 @@ class NmapOutputTable {
|
|||
|
||||
#endif /* NMAPOUTPUTTABLE_H */
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
1
nmap.cc
1
nmap.cc
|
|
@ -2476,4 +2476,3 @@ int nmap_fetchfile(char *filename_returned, int bufferlen, char *file) {
|
|||
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -650,12 +650,3 @@ void close_rpc_query_sockets() {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -189,9 +189,3 @@ void close_rpc_query_sockets();
|
|||
|
||||
#endif /* NMAP_RPC_H */
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
4
osscan.h
4
osscan.h
|
|
@ -171,7 +171,3 @@ int ipid_sequence(int numSamples, u16 *ipids, int islocalhost);
|
|||
|
||||
#endif /*OSSCAN_H*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1726,5 +1726,3 @@ void printfinaloutput() {
|
|||
log_flush_all();
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -247,9 +247,3 @@ struct scan_lists *getfastprots(void) {
|
|||
return scanlist;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -176,12 +176,3 @@ int dumpExclude(TargetGroup*exclude_group);
|
|||
void returnhost(HostGroupState *hs);
|
||||
#endif /* TARGETS_H */
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
4
tcpip.h
4
tcpip.h
|
|
@ -760,7 +760,3 @@ void set_pcap_filter(const char *device, pcap_t *pd, char *bpf, ...);
|
|||
|
||||
#endif /*TCPIP_H*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue