X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=common-src%2Famflock.h;fp=common-src%2Famflock.h;h=5f917e2b0d7c03f67c209100d60baaa4c726ecc3;hb=691567b16c13087b31ee4c2b6d038e57872fae82;hp=649cdf265642ae8b8fc74e47afe97139a259ebe5;hpb=cc7d7b45afc706099acf7ff2490ec5667d370651;p=debian%2Famanda diff --git a/common-src/amflock.h b/common-src/amflock.h index 649cdf2..5f917e2 100644 --- a/common-src/amflock.h +++ b/common-src/amflock.h @@ -1,6 +1,7 @@ /* * Amanda, The Advanced Maryland Automatic Network Disk Archiver * Copyright (c) 1991-1999 University of Maryland at College Park + * Copyright (c) 2007-2012 Zmanda, Inc. All Rights Reserved. * All Rights Reserved. * * Permission to use, copy, modify, distribute, and sell this software and its @@ -30,7 +31,7 @@ * New interface */ -typedef struct file_lock_ { +typedef struct file_lock { /* the entire contents of the locked file */ char *data; size_t len;