Skip to content

Commit e98991b

Browse files
committed
patch 7.4.1436
Problem: Sniff files still referenced in distribution. Solution: Remove sniff files from distribution.
1 parent 8b1862a commit e98991b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Filelist

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,6 @@ SRC_DOS_UNIX = \
262262
src/if_python3.c \
263263
src/if_py_both.h \
264264
src/if_ruby.c \
265-
src/if_sniff.h \
266265
src/if_tcl.c \
267266
src/proto/if_cscope.pro \
268267
src/proto/if_lua.pro \
@@ -455,7 +454,6 @@ SRC_EXTRA = \
455454
$(SRC_VMS) \
456455
README_os390.txt \
457456
src/Make_mint.mak \
458-
src/if_sniff.c \
459457
src/infplist.xml \
460458
src/link.390 \
461459
src/os_beos.c \

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -743,6 +743,8 @@ static char *(features[]) =
743743

744744
static int included_patches[] =
745745
{ /* Add new patch number below this line */
746+
/**/
747+
1436,
746748
/**/
747749
1435,
748750
/**/

0 commit comments

Comments
 (0)