Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 317567
b: refs/heads/master
c: bb23378
h: refs/heads/master
i:
  317565: df5dc70
  317563: 5d82401
  317559: d19688e
  317551: 42afc89
  317535: 65fbbcc
  317503: c428926
  317439: 5248ab8
v: v3
  • Loading branch information
Peter Meerwald authored and Greg Kroah-Hartman committed Jun 26, 2012
1 parent 899029b commit f713a5a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1bcdfbcf7599a42f7aa0e41c88df178fecebc909
refs/heads/master: bb23378c0b1c9a410d40adea74276544a00fb94e
3 changes: 3 additions & 0 deletions trunk/drivers/staging/iio/Documentation/generic_buffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
*
*/

#define _GNU_SOURCE

#include <unistd.h>
#include <dirent.h>
#include <fcntl.h>
Expand All @@ -29,6 +31,7 @@
#include <string.h>
#include <poll.h>
#include <endian.h>
#include <getopt.h>
#include <inttypes.h>
#include "iio_utils.h"

Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/staging/iio/Documentation/iio_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#include <stdio.h>
#include <stdint.h>
#include <dirent.h>
#include <errno.h>

/* Made up value to limit allocation sizes */
#define IIO_MAX_NAME_LENGTH 30
Expand Down

0 comments on commit f713a5a

Please sign in to comment.