~ubuntu-branches/debian/jessie/freebsd-utils/jessie

« back to all changes in this revision

Viewing changes to sbin/ifconfig/ifieee80211.c

  • Committer: Package Import Robot
  • Author(s): Robert Millan, Robert Millan
  • Date: 2013-10-03 01:21:38 UTC
  • mfrom: (1.2.2)
  • Revision ID: package-import@ubuntu.com-20131003012138-6ljgo339wp367ydx
Tags: 9.2-1
* New upstream release.
  - Refresh all patches.
  - Bump B-D on freebsd-glue and libcam-dev.

[ Robert Millan ]
* Misc adjustments for freebsd-glue 0.1.0.
* Reduce the patchset even further by using trimdomain, link_addr and
  link_ntoa from freebsd-glue.
* Improve output formatting in nfsiod init script. Thanks Mats Erik
  Andersson. (Closes: #721446)

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
#include <fcntl.h>
84
84
#include <inttypes.h>
85
85
#include <stdio.h>
86
 
 
87
 
 
88
 
#include "../../lib/linkaddr.h"
89
86
#include <stdlib.h>
90
87
#include <string.h>
91
88
#include <unistd.h>