Skip to content

Commit

Permalink
Update bpf for char dev changes
Browse files Browse the repository at this point in the history
  • Loading branch information
msantos committed Apr 18, 2011
1 parent 58210fa commit c415838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bpf.erl
Expand Up @@ -109,7 +109,7 @@




open(Dev) -> open(Dev) ->
{ok, Socket} = procket:open(0, [{bpf, true}]), {ok, Socket} = procket:open(0, [{dev, "bpf"}]),


% struct ifreq % struct ifreq
Ifreq = list_to_binary([ Ifreq = list_to_binary([
Expand Down

0 comments on commit c415838

Please sign in to comment.